docs: Fix typo
authorBenjamin Otte <otte@redhat.com>
Sun, 20 Feb 2011 23:06:08 +0000 (00:06 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 20 Feb 2011 23:06:08 +0000 (00:06 +0100)
docs/reference/gtk/migrating-2to3.xml

index 7c7b22da89f9c15f87e276adb6b664941103ee8d..bbef6a526a004b54fae5e6e144ad08f429c9c5db 100644 (file)
@@ -244,7 +244,7 @@ gdk_gc_set_tile (gc, NULL);
 gdk_gc_set_fill (gc, GDK_SOLID);
 gdk_gc_set_ts_origin (gc, 0, 0);
           </programlisting></informalexample>
-          The equivalent cairo code to draw a tiled surfacelooks
+          The equivalent cairo code to draw a tiled surface looks
           like this:
           <informalexample><programlisting>
 cairo_t *cr;